home *** CD-ROM | disk | FTP | other *** search
- //////////
- //
- // File: ComApplication.h
- //
- // Contains: Functions that could be overridden in a specific application.
- //
- // Written by: Tim Monroe
- // Based (heavily!) on the MovieShell code written by Apple DTS
- //
- // Copyright: © 1994-1997 by Apple Computer, Inc., all rights reserved.
- //
- // Change History (most recent first):
- //
- // <4> 09/11/97 rtm merged MacApplication.h and WinApplication.h
- // <3> 08/21/97 rtm begun adding Windows support
- // <2> 11/27/96 rtm conversion to personal coding style
- // <1> 12/21/94 khs first file
- //
- //////////
-
- #pragma once
-
- //////////
- // header files
- //////////
-
- #ifndef __QUICKTIMEVR__
- #include <QuickTimeVR.h>
- #endif
-
- #ifndef __QTUtilities__
- #include "QTUtilities.h"
- #endif
-
- #include <TextUtils.h>
- #include <Script.h>
- #include <string.h>
-
- #if TARGET_OS_MAC
- #include "MacFramework.h"
- #include "AppConfiguration.h"
- #endif // TARGET_OS_MAC
-
- #if TARGET_OS_WIN32
- #include "WinFramework.h"
- #endif // TARGET_OS_WIN32
-
- #include "ComResource.h"
-
- //////////
- // constants
- //////////
-
- // the function prototypes are in the file MacFramework.h or WinFramework.h